Microsoft DirectX 8.1 (C++)

IPropertySetter::FreeProps

The FreeProps method frees resources allocated by the IPropertySetter::GetProps method. Call this method after calling GetProps, passing it the structures returned by GetProps.

Syntax

HRESULT FreeProps(
    LONG cParams,
    DEXTER_PARAM *paParam,
    DEXTER_VALUE *paValue
);

Parameters

cParams

[in] Value that specifies the size of the array given in the paParam parameter.

paParam

[in] Pointer to an array of DEXTER_PARAM structures.

paValue

[in] Pointer to an array of DEXTER_VALUE structures.

Return Value

Returns S_OK.

See Also